0
0
0
0
This script runs the executable with the --config option, this is meant to be used to configure the relay and rendezvous server that rustdesk uses.
Usage: "script.sh" -r <rendezvous_server> -l <relay_server> -k <server_key>
This script pulls the .plist files from the official rustdesk git repo and places them into the launch folders
This script installs the latest version of RustDesk and walks the user through granting privelleges to the application
This script edits the toml files within appdata and the service profile to add the desired ID/Relay server. Arguements: RendezvousServer [string] RelayServer [string] ServerKey [string] Note: This script requires sufficient priveleges to run, runnning as admin should be sufficient.
This is a powershell script that retrieves the RustDesk client ID.
Accepts no arguements and returns the ID as an Out-String
This script sets the permanent access password for RustDesk.
To set the password run the script with sufficient priveleges and provide (--Password XXXXXXXX) where XXXXXXXX is the desired password.
Note: if ran without administrative priveleges the script will fail silently.
This script pulls the latest version of the RustDesk installer from github (.msi).
Needs to be ran with sufficient privileges.